home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
...taking it to the Macs!
/
...taking it to the Macs!.iso
/
Extras
/
ActiveX Mac SDK
/
ActiveX SDK
/
Control Common
/
DllEntry.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-10-25
|
249 b
|
17 lines
|
[
TEXT/CWIE
]
#ifndef __DLLENTRY__
#define __DLLENTRY__
#ifdef __cplusplus
extern "C" {
#endif
short GetDllResRefNum(void);
ResourceMapHandle GetDllTopMapHdl(void);
unsigned long DLLAddRef();
unsigned long DLLRelease();
#ifdef __cplusplus
}
#endif
#endif